.NewsArticles {
	float: left;
	width: 100%;
	text-align: center;
}
.article {
	margin: 12px 12px 0px 12px;
	display: inline-block;
	width: 560px;
	word-wrap: break-word;
	text-align: center;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.article img {
	max-width: 560px;
}
.article:hover .articleHeadline, .article:hover .articlePublished {
	opacity: 1;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.article:hover {
	opacity: .8;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.hover {
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	position: static;
	text-wrap: normal;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	background-color: rgba(255, 255, 255, .4);
}
.articleText {
	position: relative;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
}
.articleHeadline {
	font-size: 14px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif,"Helvetica Neue","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: 700;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
/*	font-family: "Playfair Display SC"!important;
	font-weight: 700;*/
	line-height: 100%;
	opacity: 1.0;
}
.articleHeadline:hover {
	opacity: 1.0;
}
.articleHeadline a {
	color: #000;
	font-weight: 700;
/*	font-family: "Playfair Display SC"!important;
	font-weight: 700;*/
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.articleHeadline a:link {
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	text-decoration: none;
}
.articleHeadline a:visited {
	color: #333;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	text-decoration: none;
}
.articleHeadline a:hover {
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	text-decoration: none;
}
.articlePublished {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px!important;
	color: #333 !important;
	opacity: 1.0;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	margin-top: 4px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif,"Helvetica Neue","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.articlePublished:hover {
	opacity: 1.0;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.articlePublished a {
	color: #333;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	text-decoration: underline;
}
.articlePublished a:hover {
	text-decoration: none;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.listingFooter {
	position: relative;
	top: -70px;
	color: #000 !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	font-weight: 400;
	font-family: "raleway", sans-serif;
	font-weight: 100;
	font-size: 12px;
}
.listingFooter a {
	font-family: "raleway", sans-serif;
	font-weight: 100;
}
.listingFooter a:link {
	color: #000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.listingFooter a:visited {
	color: #000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.listingFooter a:hover {
	color: #333;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	text-decoration: underline;
}
.articleAuthor {
	margin-top: 5px;
}
.articleCalendar {
	float: left;
	margin-right: 6px;
	width: 42px;
	height: 42px;
}
div.hover:hover {
	background-color: rgba(255, 255, 255, 0);
}
.ArticleImage {
	opacity: 1;
	cursor: pointer;
	float: right;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.ArticleImage:hover {
	opacity: .6;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.socialHoverFB {
	background-image: url(/Portals/0/Skins/JAG2013/Images/social/icon-facebook.png);
	opacity: .4;
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: right;
}
.socialHoverFB:hover {
	background-image: url(/Portals/0/Skins/JAG2013/Images/social/icon-facebook.png);
	width: 16px;
	height: 16px;
	opacity: 1;
}
.socialHoverTW {
	background-image: url(/Portals/0/Skins/JAG2013/Images/social/icon-twitter.png);
	opacity: .4;
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: right;
}
.socialHoverTW:hover {
	background-image: url(/Portals/0/Skins/JAG2013/Images/social/icon-twitter.png);
	width: 16px;
	height: 16px;
	opacity: 1;
}
.articleCalendarIcon-01 {
	background: url('images/01.gif');
}
.articleCalendarIcon-02 {
	background: url('images/02.gif');
}
.articleCalendarIcon-03 {
	background: url('images/03.gif');
}
.articleCalendarIcon-04 {
	background: url('images/04.gif');
}
.articleCalendarIcon-05 {
	background: url('images/05.gif');
}
.articleCalendarIcon-06 {
	background: url('images/06.gif');
}
.articleCalendarIcon-07 {
	background: url('images/07.gif');
}
.articleCalendarIcon-08 {
	background: url('images/08.gif');
}
.articleCalendarIcon-09 {
	background: url('images/09.gif');
}
.articleCalendarIcon-10 {
	background: url('images/10.gif');
}
.articleCalendarIcon-11 {
	background: url('images/11.gif');
}
.articleCalendarIcon-12 {
	background: url('images/12.gif');
}
.articleCalendarDay {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	width: 42px;
	text-align: center;
	padding-top: 15px;
}
.articleEntry {
	margin: 10px 5px;
}
.articleRelated {
	margin: 10px 5px;
}
.articleRelated a {
	display: block;
	margin-top: 5px;
}
.articleImage {
	margin : 2px 10px 4px 4px;
	float : left;
}
.articlePaging {
	border-bottom: 1px dotted #D8D8D8;
	padding-bottom : 2px;
	margin-bottom : 2px;
}
.articleCategories {
	border-bottom: 1px dotted #D8D8D8;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.related h2 {
	margin-bottom: 0px;
	background-color: #F0F0F0;
	border: 1px dashed #C8C8C8;
	padding-left: 5px;
}
.postRating h2 {
	margin-bottom: 0px;
	background-color: #F0F0F0;
	border: 1px dashed #C8C8C8;
	padding-left: 5px;
}
.articleComments {
	text-align: left;
}
.articleComments h2 {
	margin-bottom: 0px;
	background-color: #F0F0F0;
	border: 1px dashed #C8C8C8;
	padding-left: 5px;
}
.articleComment {
	margin : 5px 0 0px 0;
	padding : 5px;
	min-height : 100px;
	height: auto !important;
	height: 100px;
}
.articleCommentGravatar {
	margin : 2px 10px 4px 4px;
	float : left;
}
.articleCommentContent {
	text-align: left;
	padding: 0px 5px 10px 5px;
}
.articleCommentAuthor {
}
.articleCommentDate {
	border-bottom: 1px dotted #D8D8D8;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.articleImages {
	text-align: left;
}
.articleImages h2 {
	margin-bottom: 0px;
	background-color: #F0F0F0;
	border: 1px dashed #C8C8C8;
	padding-left: 5px;
}
.articleFiles {
	text-align: left;
}
.articleFiles h2 {
	margin-bottom: 0px;
	background-color: #F0F0F0;
	border: 1px dashed #C8C8C8;
	padding-left: 5px;
}
.postComment {
	text-align: left;
}
.postComment p, .postComment div {
	padding: 2px 10px;
	margin: 0px;
}
.postComment h2 {
	margin-bottom: 0px;
	background-color: #F0F0F0;
	border: 1px dashed #C8C8C8;
	padding-left: 5px;
}
.postComment input {
	width: 150px;
}
.postComment #notify input {
	width: 20px;
}
.postComment textarea {
	width: 450px;
	height: 150px;
}
/* Photo Area */

.articleImageList li {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
/* File Area */

.articleFileList li {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
h1 {
	margin: 0 !important;
	padding: 0 !important;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	margin: 0pt auto;
	overflow: auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
}
#lightbox-container-image-data {
	padding: 0 10px;
}
#lightbox-container-image-details {
	float: left;
	text-align: left;
	width: 70%;
}
#lightbox-container-image-details-caption {
	font-weight: bold;
}
#lightbox-container-image-details-currentNumber {
	clear: left;
	display: block;
}
#lightbox-container-image-details-currentNumber a, lightbox-container-image-details-currentNumber a:hover {
	border-bottom: medium none;
	color: #151410;
	text-decoration: underline;
}
#lightbox-container-image-details-nav {
	clear: left;
	display: block;
	padding: 0pt 0pt 10px;
}
#lightbox-container-image-details-nav a, #lightbox-container-image-details-nav a:hover {
	border-bottom: medium none;
	color: #151410;
	text-decoration: underline;
}
#lightbox-container-image-details-nav-btnPrev {
	margin: 0pt 8px 0pt 0pt;
}
#lightbox-image-details-close-btnClose {
	float: right;
}
#lightbox-image-details-close a, #lightbox-image-details-close a:hover {
	border-bottom: medium none;
	color: #151410;
	text-decoration: underline;
}
.SubCategory {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif,"Helvetica Neue","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	margin-top: 25px;
}

.SubCategory a {color: #000; text-decoration: underline;}
.SubCategory a:hover {text-decoration: none;}

.SubCategory-Title {
	font-size: 27px;
    color: #000;
    font-family: "Playfair Display SC";
    font-weight: 700;
	font-style: italic;
	text-transform: none;
}

.SubCategory-Title a {font-weight: 700;}

.BlogFilter {
}
.pager {
	margin-top: 25px;
	text-align: center;
	font-size: 12px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif,"Helvetica Neue","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.PagingTable {
	margin: auto;
	text-align: center;
}
.pager a, .pager a:link, .pager a:visited, .pager a:active {
	color: #000;
	text-decoration: underline;
}
.pager a:hover {
	color: #000;
	text-decoration: none;
}
 @media only screen and (max-width: 1200px) {
.contentWedding {
	width: 90%;
	padding: 5px 0 5px 0;
	margin: auto;
	float: none;
}
.rightWedding {
	width: 90%;
	padding: 5px 0 5px 0;
	margin: auto;
	float: none;
}
.contentPane {
	width: 100%;
	padding: 0 0 0 0;
}
}
/* @media only screen and (max-width: 800px) {
.articleText {
	left: 0;
	text-align: center;
	width: 100%;
	float: none;
	margin: 6px 0px 6px 0;
}
.articleHeadline {
	font-size: 15px;
	font-family: "raleway", sans-serif;
	font-weight: normal;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
	opacity: 1.0;
}
.articleHeadline:hover {
	opacity: 1.0;
}
.articleHeadline a {
	font-family: "raleway", sans-serif;
	font-weight: normal;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
}
.articleHeadline a:link {
	color: #000;
}
.articleHeadline a:visited {
	color: #000;
}
.articleHeadline a:hover {
	color: #000;
}
.articlePublished {
	text-align: center;
	font-size: 12px;
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif,"Helvetica Neue","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: 700;
	color: #000!important;
	opacity: 1.0;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
}
.articlePublished:hover {
	opacity: 1.0;
	font-weight: 700;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
}
.articlePublished a {
	color: #000;
	font-weight: 700;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
}
.articlePublished a:hover {
	text-decoration: underline;
	font-weight: 700;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
}
.rightPane {
	width: 100%;
	float: none!important;
}
.contentPane {
	width: 100%;
	float: none!important;
}
#logo-div {
	float: none;
	text-align: center;
}
#lightbox img {
	max-height: 87%;
}
.lb-outerContainer {
	width: 100%!important;
	height: 100%!important;
}
.lb-dataContainer {
	max-width: 90%;
}
img {
	max-width: 100% !important;
	height: auto !important;
	border: 0;
}
.blogArchive-item {
	width: 30%;
	margin: 0 3px 3px 0;
	font-size: 14px !important;
}
.content_wrapper {
	min-width: 220px;
	margin: 20px;
}
.article {
	width: 28%;
	margin: 1% 2% 1% 2%;
	height: auto !important;
}
.listingFooter {
	top: 45px !important;
	font-size: 11px !important;
}
.TitleH2 {
	font-size: 32px!important;
}
.header_wrapper {
}
.BlogBreadcrumb {
	margin-top: 8px;
}
.boxes div {
	min-width: 160px;
	width: 95%;
	margin: auto;
	margin: 10px;
	height: 100px;
	line-height: 100px;
}
.weddingIntro {
	float: none;
	width: 95%;
	margin: 2px;
	font-size: 16px;
	text-align: center;
}
.ww-widget-wwrated-2013 {
	float: none;
	padding-top: 0px;
	padding-bottom: 24px;
	text-align: center;
	margin: auto;
}
.weddingButton {
	padding: 8px 0;
	border: #3B96B6 solid 1px;
	font-size: 18px;
	font-weight: 100;
	float: left;
	width: 100%;
	margin: 3px 0;
	text-align: center;
	min-width: 0px;
	background: rgba(255, 255, 255, .8);
	color: #3B96B6;
}
.weddingButton:hover {
	background-color: rgba(59, 150, 182, .8);
	color: #fff;
}
.chartImportant div {
	font-size: 11px;
}
#chartInvestment div {
	font-size: 11px;
}
.chartServiceName {
	font-size: 11px;
}
#dnn_pnav > li > a, #dnn_pnav > li > span {
	text-shadow: 0px 0px 0px #000;
}
}*/
 @media only screen and (max-width: 800px) {
.site_wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.header_wrapper {
	padding: 25px 0 0 0!important;
}

#logo-div {
	float: none;
	margin: auto;
	padding-bottom: 15px;
	text-align: center;
}
#social-div {
	float: none;
	margin: auto;
	text-align: center;
	width: 100%;
}
.socialbar {
	padding-right: 0;
}
.socialbar a {
	background-color: #000;
	height: 24px;
	width: 22px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float: none;
	margin-left: 2px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	padding-bottom: 2px;
}
#nav {
	float: none;
	top: 0;
	margin: auto!important;
	padding: 0!important;
	width: 95%;
	display: none;
}
.nav {
	width: 160px;
}
#dnn_pnav > li {
	float: none;
	height: 30px;
	padding-top: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	margin-bottom: 3px;
}
ul, ol {
	margin-left: 0px;
}
.boxes div {
	margin: 10px 0 10px 0!important;
}
.LoginPanel {
	width: 100%;
	max-width: 90%;
	padding-right: 20px;
	float: left;
}
.dnnLoginService input[type="text"], .dnnLoginService input[type="password"] {
	max-width: 80%;
	min-width: 50%;
	width: 100%;
	margin-bottom: 5px;
}
.content_wrapper {
	margin: 0!important;
	width: 100%;
}

.socialHoverFB {
	height: 0;
	width: 0;
}
.socialHoverTW {
	height: 0;
	width: 0;
}
.articleHeadline a:hover {
	border: none;
	color: #333;
}
.blogArchive-item {
margin-bottom: 7px;
}
.menubar {
	width: 100%;
	background-color: transparent;
	position: inherit;
	top: 70px;
	z-index: 20000;
}
.menubar a {
	color: #333!important;
}
.socialbar {
	padding-bottom: 8px;
}
.homerotator {
	visibility: hidden;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto !important;
	border: 0;
}
.article {
	height: auto;
	width: 96%;
	margin: 0px;
	padding: 2px;
	
}
.article img {
    max-width: 100%;
}
.articleText {
	position: relative;
}


.pager {
	font-size: 10px;
	letter-spacing: 0px;
}

.blogPage-Title {
	padding: 10px;
}

#myGallery {
    width: 96%!important;
    padding: 2%;
}

.SubCategory {
	margin-top: 5px;
	margin-bottom: 20px;
}
	
	 .lb-dataContainer {width: 100%!important;}	 
	 .lb-outerContainer {height: auto!important;}

}
